home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo A nine page demonstration of JETCOL features will now begin.>prn
- echo Some of the features demonstrated are available only to registered users.>prn
- echo Pages will print in the following order:>prn
- echo.>prn
- echo.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC>prn
- echo prints with default settings:96 lines/column,a left margin of 7 spaces>prn
- echo print only one consecutive blank line,>prn
- echo 80 chars/column>prn
- echo 4 blank lines at top of page.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -W68 -D -N>prn
- echo Jetcol has a variable print pitch which allows the print to spread out for>prn
- echo best readability and appearance. If you know the maximum width of your>prn
- echo document you can use it with the -Wx function to set the print pitch.>prn
- echo JETCOL.DOC is 68 characters wide. The -D option numbers the pages of the>prn
- echo source document. The -N option prints the filename and the output page>prn
- echo numbers at the lower left of each sheet.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -U8>prn
- echo The Automargin feature (-Ux) is a registered feature which pre-scans your>prn
- echo document to determine its maximum line width and automatically sets the>prn
- echo column width for you for best readability. The x value is the left margin>prn
- echo setting you want.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -R20 -M20 -W68>prn
- echo The -Mx and -Rx options set the left and right margins respectively.>prn
- echo Increasing the margins causes the type to be more tightly packed.By using>prn
- echo -Wx, -Rx, and -Mx you can customize the appearance of the document.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -W68 -B-1>prn
- echo Biasfont (-Bx) is a registered feature which forces a smaller or larger>prn
- echo font size. In this case, one size smaller is chosen to give more white>prn
- echo space between lines.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -W68 -H -L110>prn
- echo Notice that as you request more lines/page (-Lx) JETCOL selects a smaller>prn
- echo font. The -H option is a registered feature which selects a lighter font.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -W68 -L150>prn
- echo This setting prints approximately 6 pages per side.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -W68 -X3 -D>prn
- echo Fixpage (-Xx) is a registered option which prints an exact number of source>prn
- echo pages per column, retaining all blank lines and page breaks. You can choose>prn
- echo from 1 to 3 pages/column.>prn
- echo.>prn
- echo JETCOL JETCOL.DOC -W68 -L220>prn
- echo This setting prints almost 8 pages per side. This size type, although>prn
- echo readable, is intended mainly for archival purposes.>prn
- JETCOL JETCOL.DOC -K
- JETCOL JETCOL.DOC -K -W68 -D -N
- JETCOL JETCOL.DOC -K -U8
- JETCOL JETCOL.DOC -K -W68 -R20 -M20
- JETCOL JETCOL.DOC -K -W68 -B-1
- JETCOL JETCOL.DOC -K -W68 -H -L110
- JETCOL JETCOL.DOC -K -W68 -L150
- JETCOL JETCOL.DOC -K -W68 -X3 -D -F6
- jetcol jetcol.doc -K -W68 -L220 -F6
-